QuickTime 3 Reference

Previous | Chapter Top | Chapter Contents | Next

Synthesizer Type Constants

You can use these constants in a tone description structure Tone Description Structure to specify the type of synthesizer you want to produce the tone.

enum {
    kSoftSynthComponentSubType      = 'ss ',
    kGMSynthComponentSubType        = 'gm '
};

Constant descriptions

kSoftSynthComponentSubType
Use the QuickTime music synthesizer. This is the built-in synthesizer.
kGMSynthComponentSubType
Use the General MIDI synthesizer.

© 1997 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next